home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Inc / diskfont / oterrors.inc < prev   
Text File  |  1998-06-24  |  337b  |  16 lines

  1. def OTERR_Failure = -1;
  2. def OTERR_Success = 0;
  3. def OTERR_BadTag = 1;
  4. def OTERR_UnknownTag = 2;
  5. def OTERR_BadData = 3;
  6. def OTERR_NoMemory = 4;
  7. def OTERR_NoFace = 5;
  8. def OTERR_BadFace = 6;
  9. def OTERR_NoGlyph = 7;
  10. def OTERR_BadGlyph = 8;
  11. def OTERR_NoShear = 9;
  12. def OTERR_NoRotate = 10;
  13. def OTERR_TooSmall = 11;
  14. def OTERR_UnknownGlyph = 12;
  15.  
  16.